home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 322 / flex / readme_f.st < prev    next >
Encoding:
Text File  |  1988-10-20  |  926 b   |  26 lines

  1.  
  2. This is a port of FLEX to the Atari ST.
  3.  
  4. FLEX is a PD version of something like lex, the well-known Eunuchs
  5. utility.  Well known in some circles, at any rate; I'm not sure how to
  6. describe precisely what it does.  It's a parser generator, but I don't
  7. know what the difference is between FLEX and BISON/yacc etc.
  8.  
  9. At any rate, the thing seems to be pretty straightforward.  Build it
  10. using MAKEFILE; MAKEFILE.OLD is the original.
  11.  
  12. To run it, you'll want to env vars; FLEX_DEF and FLEX_FAST whose
  13. values are the default parser skeleton and fast parser skeleton,
  14. respectively, as:
  15.  
  16. setenv FLEX_DEF g:\tools\flex\flexdef.skl
  17. setenv FLEX_FAST g:\tools\flex\flexfast.skl
  18.  
  19. I had to change some of the file names around to make them short
  20. enough to fit in the ST's file system.  The original names are left
  21. around in comments in the files. 
  22.  
  23. This version was compiled with GCC 1.23.
  24.  
  25. That's about it.  Enjoy.
  26.